Compare commits
No commits in common. "78cc7f099048147db74bc7bf135ec66c5120bcc7" and "f01a621d36bf9cf2a22cade87de9c3dd6f6a70ea" have entirely different histories.
78cc7f0990
...
f01a621d36
2 changed files with 1 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
||||||
@layer pre-load, reset, baseline, overload-1, print;
|
@layer pre-load, baseline, overload-1, print;
|
||||||
@import url("/static/css/reset.css") layer(reset);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* saving this for when doing a table of contents, position: sticky isn't good enough
|
* saving this for when doing a table of contents, position: sticky isn't good enough
|
||||||
|
@ -14,7 +13,6 @@
|
||||||
}
|
}
|
||||||
* */
|
* */
|
||||||
|
|
||||||
|
|
||||||
@layer overload-1{
|
@layer overload-1{
|
||||||
dt{
|
dt{
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
* {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
Loading…
Reference in a new issue