mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:55:06 +03:00
style.css changes (<ul> color, <a> color)
This commit is contained in:
parent
4d10a78c57
commit
c940195a54
1 changed files with 12 additions and 0 deletions
|
@ -305,6 +305,18 @@ For authenticated users:
|
||||||
color: #54BAAB;
|
color: #54BAAB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul{
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
a{
|
||||||
|
color: #54BAAB;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover{
|
||||||
|
color: #54BAAB;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-primary{
|
.btn-primary{
|
||||||
background-color: #54BAAB;
|
background-color: #54BAAB;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue