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