Make links visible on the home page
This commit is contained in:
parent
65d8886259
commit
a03dd329e2
1 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,14 @@
|
|||
/* home.css */
|
||||
|
||||
main a {
|
||||
color: #3486ff;
|
||||
}
|
||||
|
||||
main a:hover {
|
||||
color: ver(--fog);
|
||||
border-bottom: 1px solid var(--pro);
|
||||
}
|
||||
|
||||
#homepage-content {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
@ -12,12 +21,6 @@
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
#homepage-content a:hover {
|
||||
color: ver(--fog);
|
||||
border-bottom: 1px solid var(--pro);
|
||||
}
|
||||
|
||||
#homepage-content h2, h3 {
|
||||
margin-top: 1.5em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue