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 c601a88 commit 78a0c5eCopy full SHA for 78a0c5e
assets/css/main.scss
@@ -7,3 +7,21 @@ search: false
7
8
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
9
@import "minimal-mistakes"; // main partials
10
+
11
+.site-title {
12
+ font-family: 'Courier New', monospace;
13
+ color: #00ffff;
14
+ text-shadow: 0 0 5px #00ffff;
15
+}
16
17
+.site-description, .site-subtitle {
18
+ font-size: 1.2rem;
19
+ color: #ccc;
20
+ text-align: center;
21
+ animation: fadeIn 2s ease-in;
22
23
24
+@keyframes fadeIn {
25
+ from { opacity: 0; }
26
+ to { opacity: 1; }
27
0 commit comments