fixed links
This commit is contained in:
@ -60,6 +60,10 @@
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
color: #000000;
|
||||
}
|
||||
.overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@ -196,7 +200,6 @@
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
.site-footer a {
|
||||
color: #757684;
|
||||
text-decoration: none;
|
||||
}
|
||||
.site-footer a:hover {
|
||||
|
||||
@ -27,6 +27,10 @@
|
||||
justify-content: center;
|
||||
padding: 2em 0;
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
color: #000000;
|
||||
}
|
||||
.overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
||||
@ -27,6 +27,10 @@
|
||||
justify-content: center;
|
||||
padding: 2em 0;
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
color: #000000;
|
||||
}
|
||||
.overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user