Add home.css
This commit is contained in:
parent
fd80043103
commit
f40b9d2867
1 changed files with 23 additions and 0 deletions
23
assets/home.css
Normal file
23
assets/home.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
/* home.css */
|
||||
|
||||
#homepage-content {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
#homepage-content p {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#homepage-content p:first-child {
|
||||
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