home: move styles to shared/
This commit is contained in:
parent
a43e646432
commit
4ba4d9fee8
3 changed files with 32 additions and 35 deletions
30
shared/main.css
Normal file
30
shared/main.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
* {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: black;
|
||||
color: #ffc0cb;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue