1
0
Fork 0
arcology-elixir/assets/css/app.scss

54 lines
785 B
SCSS

@import './_settings.scss';
@import './phoenix-liveview.scss';
.dead-link::after {
content: '🔗⚠'
}
.dead-link {
color: map-get($foundation-palette, "alert")
}
body {
font-family: "Vulf Mono", monospace;
background-color: $white;
color: $black;
}
h1,h2,h3,h4,h5,h6 {
font-style: italic;
}
main {
margin: 0 auto;
max-width: 60em;
}
a {
color: map-get($foundation-palette, "primary")
}
a:visited {
color: map-get($foundation-palette, "warning")
}
pre, code {
background-color: $light-gray;
}
footer {
text-align: center;
}
header ul.horizontal-list li {
display: inline;
}
header {
background-color: $light-gray;
}
.tags .tag {
background-color: map-get($foundation-palette, "success");
color: $light-gray
}