diff --git a/static/css/03-components/_cv-section.css b/static/css/03-components/_cv-section.css index 0fe8b61..c67912f 100644 --- a/static/css/03-components/_cv-section.css +++ b/static/css/03-components/_cv-section.css @@ -220,8 +220,8 @@ display: inline-flex; align-items: center; gap: 0.25em; - background: #333; - color: #f0c040; + background: #d4a017; + color: white; font-weight: 700; font-size: 0.7em; padding: 0.2em 0.5em; @@ -233,21 +233,16 @@ } .github-stars-badge:hover { - background: #555; - color: #f0c040; + background: #b8860b; + color: white; text-decoration: none; } -.github-stars-badge iconify-icon:first-child { +.github-stars-badge iconify-icon { color: white; font-size: 1.2em; } -.github-stars-badge iconify-icon:last-of-type { - color: #f0c040; - font-size: 1em; -} - .maintained-badge { display: inline-block; background: #3498db;