This commit is contained in:
wpioneer
2017-02-05 18:45:57 +03:00
parent 230090848b
commit c531356866
12 changed files with 60 additions and 71 deletions

9
static/css/base.css vendored
View File

@@ -1,3 +1,12 @@
a {
color: #5d93ff;
}
a:hover,
a:focus {
color: #f7a046;
}
.wrapper {
lost-center: 1070px;
}

View File

@@ -78,7 +78,6 @@ section {
========================================================================== */
a {
background: transparent;
color: #222;
text-decoration: none;
transition: all .3s;
}