mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
Add Sass support
This commit is contained in:
parent
e06c4371f4
commit
5e1913c9de
9 changed files with 525 additions and 205 deletions
23
site/sass/index.scss
Normal file
23
site/sass/index.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue