Skip to content

Commit 9a549ae

Browse files
Removed new styles of Simon, Updated tons of CSS to match new theme
We will create new PR for Simon's new style
1 parent 4f11da4 commit 9a549ae

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ website:
4040
#background: "#073c44"
4141
left: |
4242
Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and maintained by the <a href="/team" target="_blank">core team of developers</a>. <br>
43-
© 2024 under the terms of the <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank">MIT License</a>.
43+
© 2025 under the terms of the <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank">MIT License</a>.
4444
4545
back-to-top-navigation: true
4646
repo-url: https://github.com/TuringLang/turinglang.github.io/

theming/theme-dark.scss

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ $theme: "cosmo" !default;
1010
$background-nav: #22272e;
1111
$background-body: #1c2128; // Using the darker background from new theme
1212
$foreground: #ffffff;
13-
$foreground-dark: #22272e;
1413
$links: #34b8bf;
1514
$links-hover: #31dce6;
1615

1716
// Text colors
18-
$body-color: #cdd9e5; // Using new theme color for better readability
19-
$text-muted: #848d97;
17+
$text-muted: #bcbcbc;
2018
$li-color: #bcbcbc;
2119

2220
// Landing Page specific colors
@@ -57,11 +55,6 @@ $body-bg: $background-body;
5755
/*-- scss:rules --*/
5856

5957
// --- Global Styles ---
60-
body {
61-
background-color: $background-body;
62-
color: $body-color;
63-
}
64-
6558
p {
6659
color: $text-muted !important;
6760
}
@@ -78,29 +71,6 @@ a {
7871
}
7972
}
8073

81-
82-
// --- Component Styles ---
83-
84-
// Navbar
85-
.navbar {
86-
background-color: $background-nav !important;
87-
}
88-
89-
.navbar .nav-link,
90-
.navbar .navbar-brand {
91-
color: $foreground !important;
92-
93-
&:hover {
94-
color: $links-hover !important;
95-
}
96-
}
97-
98-
// Footer
99-
.footer {
100-
background-color: $background-nav !important;
101-
color: $foreground !important;
102-
}
103-
10474
// Landing Page Buttons
10575
.button {
10676
background-color: transparent !important;
@@ -141,7 +111,7 @@ a {
141111

142112
// Misc Quarto and site-specific rules
143113
.quarto-title-banner {
144-
background-color: $foreground-dark !important;
114+
background-color: $background-nav !important;
145115
}
146116

147117
.title {

0 commit comments

Comments
 (0)