Add remark to common.css, etiquette.css.

master
voussoir 2021-10-24 16:48:06 -07:00
parent e101f4c2d8
commit 842dad3243
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 Etiquette, but don't
belong in common.css because they are specifically for this project.
*/
:root :root
{ {
--size_sticky_side: 300px; --size_sticky_side: 300px;