-
-
Notifications
You must be signed in to change notification settings - Fork 254
feat(docker): init #2021
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
base: feat/mui-lib
Are you sure you want to change the base?
feat(docker): init #2021
Conversation
| #footer-links a { | ||
| color: @accent; | ||
|
|
||
| &:visited { | ||
| color: @mauve; | ||
| } | ||
| } |
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.
| #footer-links a { | |
| color: @accent; | |
| &:visited { | |
| color: @mauve; | |
| } | |
| } | |
| #footer-links a { | |
| color: @blue; | |
| &:visited { | |
| color: @mauve; | |
| } | |
| } |
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.
Haha, the old link dilemma.
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.
Haha, the old link dilemma.
| --brand-primary-color: #3f59e4; | ||
| --gray-lightest: #f1f2f3; | ||
| --gray-light: #dee2e6; | ||
| --gray-mid: #c2c8d0; | ||
| --gray-dark: #6f7780; | ||
| --gray-darkest: #2d333a; | ||
| --gray-mid-dark: #686868; | ||
| --gray-social-border: #8e8e8e; |
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.
Do we know where these are?
| --widget-background-color: @mantle; | ||
| --box-border-color: @overlay0; | ||
|
|
||
| --social-button-border-color: @text; |
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.
| --social-button-border-color: @text; | |
| --social-button-border-color: @overlay0; |
Co-authored-by: uncenter <[email protected]>
🎉 Theme for Docker 🎉
Docker contains docker hub and docker scout
💬 Additional Comments 💬
this does not theme the main website
🗒 Checklist 🗒
/styles/<name-of-website>containing the contents of the/templatedirectory.userstyles.ymlfile with information about the new userstyle.catppuccin.user.less- all the CSS for the userstyle, based on the template.