-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs dark theme rebased #1210
Docs dark theme rebased #1210
Conversation
filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(10%) hue-rotate(140deg) brightness(106%) contrast(100%); | ||
} | ||
} | ||
|
||
.scylla-icon { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks safe to remove part of these icons if we do not use them anymore and they are defined in the new icons font.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to wait untill tested in other docs
@@ -1,102 +1,121 @@ | |||
/* Color names from https://chir.ag/projects/name-that-color */ | |||
:root { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are currently defining colors in two separate files: base/_variables.scss
and variables/_colors.scss
. To improve maintainability, we should consolidate these into a single file. Additionally, we should remove any unused variables and colors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, just want to make sure I don't break anything right now.
src/css/main.scss
Outdated
@@ -1,4 +1,6 @@ | |||
@import "~foundation-sites/dist/css/foundation.min.css"; | |||
@import "../../node_modules/foundation-sites/dist/css/foundation.min.css"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this change necessary?
5e620c0
to
358366a
Compare
Fixed tests: 70811e4 |
70811e4
to
6a2a3ef
Compare
6a2a3ef
to
37f2217
Compare
LGTM. Let's wait for @annastuchlik review before merging. New issues derived from the changes in this PR:
To decide if we want to include them in the next release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great :)
@kwiato @dgarcia360 Thank you :) We can now merge and move on :) |
@dgarcia360 why cant I see dark node on the Theme site? https://sphinx-theme.scylladb.com/stable/ |
What I mean is that Dark Theme is part of the new theme that needs to be released yet. |
No description provided.