mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -05:00
[ux] link styles
This commit is contained in:
parent
6d51d237a1
commit
e9d34088b2
@ -16,6 +16,14 @@ h3
|
||||
margin-top: 0
|
||||
font-size: $font-size-h3
|
||||
|
||||
a
|
||||
color: $blue
|
||||
font-weight: $font-weight-bold
|
||||
text-decoration: none
|
||||
|
||||
&:hover, &:active
|
||||
color: $blue-saturated-light
|
||||
|
||||
#pages
|
||||
position: absolute
|
||||
top: 0px
|
||||
|
@ -179,6 +179,15 @@ h3 {
|
||||
margin-top: 0;
|
||||
font-size: 18px;
|
||||
}
|
||||
a {
|
||||
color: #12acef;
|
||||
font-weight: 800;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #34465a;
|
||||
}
|
||||
#pages {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1382651972797
|
||||
# 0.0.1 1382652626083
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user