1- @import url ('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900 &display=swap' );
2- @import url ('https://fonts.googleapis.com/css2?family=Orbitron: wght@400.. 900&family=Share+Tech+Mono &display=swap' );
1+ @import url ('https://fonts.googleapis.com/css2?family=Pirata+One &display=swap' );
2+ @import url ('https://fonts.googleapis.com/css2?family=Pirata+One&family=Texturina:ital,opsz, wght@0,12..72,100.. 900;1,12..72,100..900 &display=swap' );
33
44html .scifi , body .scifi {
55 font-family : "Nunito" , "Ubuntu" , sans-serif;
66 background-color : # 0a0f1c ;
7- color : # e0e0ff ;
7+ color : # ffe0e0 ;
88 }
99
1010 /* Fonts */
1111 html .scifi , body .scifi {
12- font-family : 'Ubuntu' , sans-serif ;
12+ font-family : 'Texturina' ;
1313 font-size : 10px ;
1414 line-height : 1.6 ;
1515 color : var (--fg );
1616 }
1717
1818 .scifi h1 , .scifi h2 , .scifi h3 , .scifi h4 {
19- font-family : 'Orbitron' , sans-serif ;
19+ font-family : 'Pirata One' ;
2020 text-transform : uppercase;
2121 letter-spacing : 0.05em ;
22- color : # a882ff ;
23- text-shadow : 0 0 6px # a882ff66 ;
22+ color : black ;
23+ text-shadow : 0 0 6px red ;
2424 }
2525
2626 .scifi pre , .scifi code {
@@ -29,13 +29,13 @@ html.scifi, body.scifi {
2929
3030 /* Sidebar */
3131 .scifi .sidebar {
32- background : linear-gradient (180deg , # 140a28 , # 1b0e3f );
32+ background : linear-gradient (180deg , # 760a0a , # 5e2a0e );
3333 color : # c8c9db ;
3434 border-right : 1px solid # 362f59 ;
3535 }
3636
3737 .scifi .sidebar a {
38- color : # a882ff ;
38+ color : black ;
3939 }
4040
4141 .scifi .sidebar a : hover {
@@ -49,8 +49,8 @@ html.scifi, body.scifi {
4949
5050 /* Headings */
5151 .scifi h1 , .scifi h2 , .scifi h3 , .scifi h4 {
52- color : # a882ff ;
53- text-shadow : 0 0 5px rgba (168 , 130 , 255 , 0.3 );
52+ color : # 760a0a ;
53+ text-shadow : 0 0 5px rgba (255 , 130 , 140 , 0.3 );
5454 }
5555
5656 /* Inline code */
@@ -115,20 +115,20 @@ html.scifi, body.scifi {
115115 }
116116
117117 .scifi a : hover {
118- color : # a882ff ;
119- text-shadow : 0 0 8px # a882ff66 ;
118+ color : # ff8282 ;
119+ text-shadow : 0 0 8px # ff828263 ;
120120 }
121121
122122 /* Scrollbar */
123123 .scifi ::-webkit-scrollbar {
124124 width : 8px ;
125125 }
126126 .scifi ::-webkit-scrollbar-thumb {
127- background : # 444866 ;
127+ background : # 664444 ;
128128 border-radius : 4px ;
129129 }
130130 .scifi ::-webkit-scrollbar-thumb : hover {
131- background : # a882ff ;
131+ background : # ff8282 ;
132132 }
133133
134134 /* Table Styling */
@@ -143,20 +143,20 @@ html.scifi, body.scifi {
143143 }
144144 .scifi th {
145145 background-color : # 29294b ;
146- color : # a882ff ;
146+ color : # ff8282 ;
147147 }
148148
149149 /* Footnotes */
150150 .scifi .footnote {
151151 background-color : # 1b1e2e ;
152- border-left : 3px solid # a882ff ;
152+ border-left : 3px solid red ;
153153 padding : 0.5em ;
154154 margin-top : 1em ;
155155 }
156156
157157
158158 .scifi h1 , .scifi h2 {
159- text-shadow : 0 0 8px # a882ff66 ;
159+ text-shadow : 0 0 8px # ff828266 ;
160160 }
161161
162162 html .scifi , body .scifi {
@@ -187,15 +187,15 @@ html.scifi, body.scifi {
187187.answer-button {
188188 padding : 10px 20px ;
189189 font-size : 16px ;
190- background-color : # 4CAF50 ;
190+ background-color : # 5e2a0e ;
191191 color : white;
192192 border : none;
193193 border-radius : 5px ;
194194 cursor : pointer;
195195}
196196
197197.answer-button : hover {
198- background-color : # 45a049 ;
198+ background-color : # ddd417 ;
199199}
200200
201201.correct {
0 commit comments