diff --git a/static/common.css b/static/common.css index 4d4aff5..1f6e408 100644 --- a/static/common.css +++ b/static/common.css @@ -36,31 +36,3 @@ main { width: 100%; margin: auto; } - -a { - color: var(--link); -} -a:hover { - color: var(--link-hl); -} - -pre { - display: block; - max-width: 100%; - overflow-x: auto; -} - -table { - display: block; - max-width: 100%; - overflow-x: auto; -} - -img, picture, video { - max-width: 100%; - height: auto; -} - -frame, iframe { - max-width: 100%; -} diff --git a/static/get.css b/static/get.css new file mode 100644 index 0000000..3b60923 --- /dev/null +++ b/static/get.css @@ -0,0 +1,27 @@ +a { + color: var(--link); +} +a:hover { + color: var(--link-hl); +} + +pre { + display: block; + max-width: 100%; + overflow-x: auto; +} + +table { + display: block; + max-width: 100%; + overflow-x: auto; +} + +img, picture, video { + max-width: 100%; + height: auto; +} + +frame, iframe { + max-width: 100%; +} diff --git a/templates/get.ejs b/templates/get.ejs index 98e7bf8..7139bad 100644 --- a/templates/get.ejs +++ b/templates/get.ejs @@ -7,6 +7,7 @@