mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-21 23:35:01 +00:00
Change link color
This commit is contained in:
parent
fed8923ff0
commit
b6fd4c4836
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,7 @@ $backgroundcolor: #555;
|
|||
$textcolor: #FCFCFC;
|
||||
$accentcolor: #FCFCFC;
|
||||
$lightcolor: #555;
|
||||
$linkcolor: #1B619F;
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montreal';
|
||||
|
@ -136,6 +137,14 @@ li {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $linkcolor;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: lighten($linkcolor, 10%);
|
||||
}
|
||||
|
||||
#col1,
|
||||
#col2 {
|
||||
display: table-cell;
|
||||
|
|
Loading…
Reference in a new issue