From 787cec38aabf18e00c4332b4d4219eeff3242cd4 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 24 Oct 2021 16:47:48 -0700 Subject: [PATCH] Add remark to common.css, ycdl.css. --- frontends/ycdl_flask/static/css/common.css | 5 +++++ frontends/ycdl_flask/static/css/ycdl.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/frontends/ycdl_flask/static/css/common.css b/frontends/ycdl_flask/static/css/common.css index 53476cd..2f84b60 100644 --- a/frontends/ycdl_flask/static/css/common.css +++ b/frontends/ycdl_flask/static/css/common.css @@ -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" diff --git a/frontends/ycdl_flask/static/css/ycdl.css b/frontends/ycdl_flask/static/css/ycdl.css index 18b82f5..6369943 100644 --- a/frontends/ycdl_flask/static/css/ycdl.css +++ b/frontends/ycdl_flask/static/css/ycdl.css @@ -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;