Compare commits

..

No commits in common. "78cc7f099048147db74bc7bf135ec66c5120bcc7" and "f01a621d36bf9cf2a22cade87de9c3dd6f6a70ea" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -1,5 +1,4 @@
@layer pre-load, reset, baseline, overload-1, print;
@import url("/static/css/reset.css") layer(reset);
@layer pre-load, baseline, overload-1, print;
/*
* saving this for when doing a table of contents, position: sticky isn't good enough
@ -14,7 +13,6 @@
}
* */
@layer overload-1{
dt{
font-weight:normal;

View file

@ -1,3 +0,0 @@
* {
box-sizing: border-box;
}