summaryrefslogtreecommitdiff
path: root/assets/css/style.css~
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-09-21 18:30:31 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2023-09-21 18:30:31 -0500
commit78c78126b8a0f3a666127cc7088844604e6f2456 (patch)
tree09e7115640f12da35eb970a9fe7fa56fff4aacf8 /assets/css/style.css~
parent84b6d6c6a7e55a606373607c054906f95d0f4ad3 (diff)
Testing automatic git ops
Diffstat (limited to 'assets/css/style.css~')
-rw-r--r--assets/css/style.css~56
1 files changed, 56 insertions, 0 deletions
diff --git a/assets/css/style.css~ b/assets/css/style.css~
new file mode 100644
index 0000000..5d197cd
--- /dev/null
+++ b/assets/css/style.css~
@@ -0,0 +1,56 @@
+html {
+ background-color: #0f1011;
+}
+
+pre {
+ font-family: Iosevka;
+ background-color: #292b2b;
+ border-radius: 0.5rem;
+ padding: 1rem;
+ overflow-x: auto;
+}
+
+body {
+ background-color: #1d1f21;
+ font-family: IBM Plex Sans;
+ color: #c5c8c6;
+ max-width: 54rem;
+ margin: 0.5rem auto;
+ position: relative;
+ padding: 1rem;
+ border-radius: 4px;
+ line-height: 150%;
+}
+
+img,
+picture,
+video {
+ max-width: 100%;
+}
+
+a {
+ outline: none;
+}
+
+a:link {
+ color: #81a2be;
+}
+
+a:visited {
+ color: #b294bb;
+}
+
+a:focus {
+ text-decoration: none;
+ background: #5a5b5a;
+
+}
+
+a:hover {
+ text-decoration: none;
+ background: #3f3f3f;
+}
+
+a:active {
+ color: #de935f;
+}