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;
|
border: 2px solid @red;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: @red;
|
color: @red;
|
||||||
border-radius: 10px;dd .
|
border-radius: 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -5455,6 +5455,14 @@ a:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit ;
|
color: inherit ;
|
||||||
}
|
}
|
||||||
|
::selection {
|
||||||
|
background: #e96e57;
|
||||||
|
/* WebKit/Blink Browsers */
|
||||||
|
}
|
||||||
|
::-moz-selection {
|
||||||
|
background: #e96e57;
|
||||||
|
/* Gecko Browsers */
|
||||||
|
}
|
||||||
#home {
|
#home {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user