File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed
Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1- @import 'catppuccin.css' ;
2-
31@media (prefers-color-scheme : dark) {
4-
52 .view-switcher a : hover ,
63 .view-switcher a : focus ,
74 .view-switcher-narrow a : hover ,
85 .view-switcher-narrow a : focus {
9- background-color : rgb (255 255 255 / 2.5% );
6+ background-color : rgba (255 , 255 , 255 , 0.056 );
7+ }
8+
9+ .view-switcher .current ,
10+ .view-switcher-narrow .current {
11+ background-color : rgba (255 , 255 , 255 , 0.08 );
1012 }
1113
12- .view-switcher .current .view-switcher-narrow .current {
13- background-color : rgb (255 255 255 / 5% );
14+ .view-switcher .current : hover ,
15+ .view-switcher .current : focus ,
16+ .view-switcher-narrow .current : hover ,
17+ .view-switcher-narrow .current : focus {
18+ background-color : rgba (255 , 255 , 255 , 0.136 );
1419 }
15- }
20+ }
Original file line number Diff line number Diff line change 1515 < meta name ="twitter:description " content ="Welcome to LinuxJava7's personal website. ">
1616 <!-- Link to Stylesheet -->
1717 < link rel ="stylesheet " href ="style.css ">
18+ < link rel ="stylesheet " href ="colors.css ">
1819 < link rel ="preconnect " href ="https://rsms.me/ ">
1920 < link rel ="stylesheet " href ="https://rsms.me/inter/inter.css ">
2021 <!-- Disable Dark Reader -->
Original file line number Diff line number Diff line change 1+ @import 'catppuccin.css' ;
12@import 'colors.css' ;
2-
33/* Root Variables - Light Mode (Default) */
4+
45: root {
56 /* Layout Variables */
67 --pagewidth : 50rem ;
@@ -540,4 +541,4 @@ footer {
540541 .social li {
541542 margin : 0 ;
542543 }
543- }
544+ }
You can’t perform that action at this time.
0 commit comments