mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
small tweaks
This commit is contained in:
parent
b33acee87c
commit
11f4444bd5
@ -47,7 +47,7 @@ h2 {
|
||||
border: 2px solid @red;
|
||||
font-size: 20px;
|
||||
color: @red;
|
||||
border-radius: 10px;dd .
|
||||
border-radius: 10px;
|
||||
display: inline-block;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
|
@ -5455,6 +5455,14 @@ a:hover {
|
||||
text-decoration: none;
|
||||
color: inherit ;
|
||||
}
|
||||
::selection {
|
||||
background: #e96e57;
|
||||
/* WebKit/Blink Browsers */
|
||||
}
|
||||
::-moz-selection {
|
||||
background: #e96e57;
|
||||
/* Gecko Browsers */
|
||||
}
|
||||
#home {
|
||||
text-align: center;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user