We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fb680 commit 9423610Copy full SHA for 9423610
1 file changed
Style.CSS
@@ -8,12 +8,12 @@ body {
8
}
9
10
/* Website Title */
11
- .navbar-brand {
12
- font-weight: bold;
13
- font-size: 24px;
14
- background: linear-gradient(90deg, #38bdf8, #805ad5);
15
- -webkit-background-clip: text;
16
- -webkit-text-fill-color: transparent;
+.navbar-brand {
+ font-weight: bold;
+ font-size: 24px;
+ background: linear-gradient(90deg, #38bdf8, #805ad5);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
17
18
19
/* Top Nav Buttons */
0 commit comments