provide some comments explaining the css files

This commit is contained in:
Brian S. Stephan 2021-11-01 23:20:42 -05:00
parent 28dbfd45b5
commit 4ea824e86f
3 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
/* common styling via the base.css, used in light and dark */
@import '/static/css/base.css';
html {

View File

@ -1,3 +1,4 @@
/* common styling via the base.css, used in light and dark */
@import '/static/css/base.css';
html {

View File

@ -1,4 +1,4 @@
/* specify almost no styling, just fix some image rendering */
.img-25 {
max-width: 25% !important;
}