Add remark to common.css, ycdl.css.
This commit is contained in:
parent
c22f20fcf8
commit
787cec38aa
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
This file contains styles that I want on almost all webpages that I make,
|
||||
not specific to one project.
|
||||
*/
|
||||
|
||||
/*
|
||||
These properties are used by javascript functions.
|
||||
getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() === "1"
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
This file contains styles that apply to all pages within YCDL, but don't
|
||||
belong in common.css because they are specifically for this project.
|
||||
*/
|
||||
|
||||
:root
|
||||
{
|
||||
--color_primary: white;
|
||||
|
|
Loading…
Reference in a new issue