mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 19:52:22 -08:00
23 lines
255 B
SCSS
23 lines
255 B
SCSS
body {
|
|
font-family: sans-serif;
|
|
margin: 0;
|
|
}
|
|
|
|
header.main-header {
|
|
display: block;
|
|
padding: 4px;
|
|
background-color: #0ad;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
main.page {
|
|
margin: 8px;
|
|
}
|