summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorj-james2021-03-11 01:02:28 +0000
committerj-james2021-03-11 01:05:30 +0000
commiteb30691309cc502bb72c99b6435b904036a9935a (patch)
tree3ce953f3efac0b16fcf3336ec4cc7b8ee7c96cae /css
parentaf849ba437879587dd102609bb426f8d059e8c84 (diff)
Move the robotics chronology out of my website repo
Diffstat (limited to 'css')
-rw-r--r--css/glow.css60
1 files changed, 0 insertions, 60 deletions
diff --git a/css/glow.css b/css/glow.css
deleted file mode 100644
index b4d331b..0000000
--- a/css/glow.css
+++ /dev/null
@@ -1,60 +0,0 @@
-body {
- font-family: monospace;
- background: #263238;
- color: #D0D0D0;
- font-size: 16px;
- padding: 10px;
-}
-h1, h2, h3, h4, h5, h6 {
- color: #00AFFF;
- font-weight: bold;
- font-size: 16px;
-}
-span {
- background: #5F5FFF;
- color: #FFFF87;
- padding: 5px 10px 5px 10px;
- border-radius: 5px;
- font-weight: bold;
- line-height: 30px;
-}
-h1::before {
- content: "# ";
-}
-h2::before {
- content: "## ";
-}
-h3::before {
- content: "### ";
-}
-h4::before {
- content: "#### ";
-}
-h5::before {
- content: "##### ";
-}
-h6::before {
- content: "###### ";
-}
-strong {
- font-weight: bold;
-}
-a {
- color: #00AF5F;
- font-weight: bold;
- text-decoration: none;
-}
-a::after {
- content: " " attr(href) " ";
- color: #008787;
- text-decoration: underline;
-}
-blockquote {
- border-left: 2px solid #D0D0D0;
- padding-left: 15px;
-}
-img {
- width: 100%;
- height: auto;
-}
-