We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d193d98 commit d7deedbCopy full SHA for d7deedb
assets/css/main.scss
@@ -9,7 +9,7 @@ search: false
9
@import "minimal-mistakes"; // main partials
10
11
.site-title {
12
- font-family: 'Courier New', monospace;
+ font-family: Arial, sans-serif;
13
color: #00ffff;
14
text-shadow: 0 0 5px #00ffff;
15
}
@@ -27,7 +27,7 @@ search: false
27
28
29
.terminal-intro {
30
31
color: #0f0;
32
background: #000;
33
padding: 1rem;
@@ -49,3 +49,10 @@ search: false
49
transform: scale(1.05);
50
box-shadow: 0 0 20px #0ff;
51
52
+
53
+.footer-glow {
54
+ text-align: center;
55
+ color: #0f0;
56
57
+ text-shadow: 0 0 5px #0f0;
58
+}
0 commit comments