Skip to content

How to change colors in provided template "app-down" #146

Answered by tarampampam
blaugrau90 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, sure! You can change the colors here on your needs:

:root{--color-bg-primary:#fff;--color-bg-secondary:#eef6fa;--color-bg-sign:#fff;--color-text-primary:#333;--color-text-secondary:#777;--color-img-details:#f62f37;--color-img-primary:#7990a1;--color-img-secondary:#00baff;--font-size-small:13px;--font-size-normal:16px;--font-size-large:45px}
@media (prefers-color-scheme:dark){
:root{--color-bg-primary:#222526;--color-bg-secondary:#292e2f;--color-bg-sign:#262828;--color-text-primary:#fff;--color-text-secondary:#999;--color-img-details:#c72d34;--color-img-primary:#adacac;--color-img-secondary:#86d3ff}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@blaugrau90
Comment options

@tarampampam
Comment options

@blaugrau90
Comment options

@tarampampam
Comment options

Answer selected by blaugrau90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants