cleanup
This commit is contained in:
27
styles.css
27
styles.css
@@ -1,6 +1,3 @@
|
|||||||
/* ===============================
|
|
||||||
Theme Variables
|
|
||||||
=============================== */
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #1a1a1a;
|
--bg: #1a1a1a;
|
||||||
--fg: #e0e0e0;
|
--fg: #e0e0e0;
|
||||||
@@ -11,9 +8,6 @@
|
|||||||
--muted: #888888;
|
--muted: #888888;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===============================
|
|
||||||
Global Reset and Layout
|
|
||||||
=============================== */
|
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -31,9 +25,6 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===============================
|
|
||||||
Typography and Links
|
|
||||||
=============================== */
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
@@ -53,9 +44,6 @@ a:hover {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===============================
|
|
||||||
Rainbow Animation
|
|
||||||
=============================== */
|
|
||||||
.rainbow-text {
|
.rainbow-text {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
|
background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
|
||||||
@@ -71,9 +59,6 @@ a:hover {
|
|||||||
100% { background-position: 100%; }
|
100% { background-position: 100%; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===============================
|
|
||||||
Layout Containers
|
|
||||||
=============================== */
|
|
||||||
.scroll-container {
|
.scroll-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
@@ -95,9 +80,6 @@ a:hover {
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===============================
|
|
||||||
Header and Navigation
|
|
||||||
=============================== */
|
|
||||||
header {
|
header {
|
||||||
border-bottom: 2px dashed var(--border);
|
border-bottom: 2px dashed var(--border);
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
@@ -118,9 +100,6 @@ nav a:hover {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===============================
|
|
||||||
Terminal Box and Markdown
|
|
||||||
=============================== */
|
|
||||||
.terminal-box {
|
.terminal-box {
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
border: 2px dashed var(--border);
|
border: 2px dashed var(--border);
|
||||||
@@ -137,9 +116,6 @@ nav a:hover {
|
|||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===============================
|
|
||||||
Blog Post List
|
|
||||||
=============================== */
|
|
||||||
.post-list {
|
.post-list {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@@ -155,9 +131,6 @@ nav a:hover {
|
|||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===============================
|
|
||||||
Footer
|
|
||||||
=============================== */
|
|
||||||
footer {
|
footer {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
border-top: 2px dashed var(--border);
|
border-top: 2px dashed var(--border);
|
||||||
|
Reference in New Issue
Block a user