1
0
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:
Uvis Grinfelds 2014-10-22 09:41:34 +02:00
parent b33acee87c
commit 11f4444bd5
3 changed files with 10 additions and 2 deletions

View File

@ -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;

View File

@ -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