Skip to content

Commit

Permalink
Create default.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillinator authored May 7, 2024
1 parent 978771d commit d63a87f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions assets/css/default.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
---
@import "reset.scss";

* {
box-sizing: border-box;
}

body {
font-family: sans-serif;
}

.example {
margin-bottom: 0.5rem;
border-bottom: 1px dashed #ccc;
padding: 1em;

h3 {
margin-bottom: 0.5rem;
font-weight: bold;
}

d-topics-list {
margin-top: 1rem;
display: block;

iframe {
width: 100%;
}
}

code {
display: block;
margin-top: 1rem;
background-color: #efefef;
padding: 0.5em;
font-family: monospace;
}
}

0 comments on commit d63a87f

Please sign in to comment.