1
0
beire-hugo/themes/api-theme/assets/scss/main.scss

28 lines
523 B
SCSS
Raw Normal View History

2020-10-21 12:47:37 +02:00
$background: #4fa3cb;
$primary: #fff;
body {
background:$background;
color:$primary;
font-family:"Roboto", arial, sans-serif;
}
a { text-decoration:none; font-weight:bold; color:$primary;}
h1,
h2 {text-align:center;}
h1 { font-size:5em; font-size:10vw; }
h2 { font-family:serif; }
ul {
list-style:none;
width:80%;
margin:auto;
li {
2020-10-23 01:59:38 +02:00
float:left; min-width:200px; padding:5px; background:$primary; color:$background; text-align:center; border-radius:10px; margin:0 20px;
2020-10-21 12:47:37 +02:00
a { color:$background;}
}
}