mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 23:52:31 -05:00
Have links and button inherit their text color
This commit is contained in:
parent
6b2126e5a0
commit
c2e59f2e32
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,14 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: $c-text;
|
color: $c-text;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
||||||
|
a, button {
|
||||||
|
color: inherit;
|
||||||
|
|
||||||
|
&:hover, &:focus {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-container {
|
.page-container {
|
||||||
|
|
Loading…
Reference in a new issue