Add remark to common.css, etiquette.css.
This commit is contained in:
parent
e101f4c2d8
commit
842dad3243
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 Etiquette, but don't
|
||||
belong in common.css because they are specifically for this project.
|
||||
*/
|
||||
|
||||
:root
|
||||
{
|
||||
--size_sticky_side: 300px;
|
||||
|
|
Loading…
Reference in a new issue