CSS cleanups and preparations
This commit is contained in:
parent
72bddf3c9f
commit
0269ed5c60
18 changed files with 66 additions and 529 deletions
|
@ -31,8 +31,8 @@
|
|||
& .south,
|
||||
& .west,
|
||||
& .north {
|
||||
--recursive-wght: 900;
|
||||
--recursive-slnt: 0;
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
--recursive-mono: 1;
|
||||
|
||||
position: absolute;
|
||||
|
@ -108,9 +108,9 @@
|
|||
|
||||
.tileset-four-to-eight-demo th-bc {
|
||||
& .directions-square {
|
||||
--recursive-wght: 900;
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
--recursive-casl: 0;
|
||||
--recursive-slnt: 0;
|
||||
--recursive-mono: 1;
|
||||
color: #d3dce9;
|
||||
text-shadow:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
/* Make issue titles bold */
|
||||
& > li > details > summary > th-bc,
|
||||
& > li > div > th-bc {
|
||||
font-weight: 600;
|
||||
--recursive-wght: 600;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue