Add remark to common.css, ycdl.css.

This commit is contained in:
voussoir 2021-10-24 16:47:48 -07:00
parent c22f20fcf8
commit 787cec38aa
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB
2 changed files with 10 additions and 0 deletions

View file

@ -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. These properties are used by javascript functions.
getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() === "1" getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() === "1"

View file

@ -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 :root
{ {
--color_primary: white; --color_primary: white;