diff --git a/style.css b/style.css index 9ff8dc8..b94086e 100644 --- a/style.css +++ b/style.css @@ -11,26 +11,4 @@ Version: License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: wp-theme-crille2026 -Tags: -*/ - -/* - FÄÖRGSCHEMA - ----------------------------------- - "background-primary" #0E0F12" - "background-secondary" "#16181D" - "background-tertiary" "#1F2228" - "text-primary" "#E8EAF0" - "text-secondary" "#B6BAC6" - "text-muted" "#7A7F8A" - "blue" "#4DA3FF" - "blue-hover" "#82C4FF" - "orange" "#FF8F3F" - "orange-hover" "#FFB27A" - "code-bg" "#1A1D23" - "code-border" "#2A2E37" -*/ -/* -CSS att lägga till i Simple Custom CSS - */ diff --git a/theme.css b/theme.css index 04e1f3d..99b4f31 100644 --- a/theme.css +++ b/theme.css @@ -1,4 +1,20 @@ -body .taxonomy-category a { +/* + FÄÖRGSCHEMA + ----------------------------------- + "background-primary" #0E0F12" + "background-secondary" "#16181D" + "background-tertiary" "#1F2228" + "text-primary" "#E8EAF0" + "text-secondary" "#B6BAC6" + "text-muted" "#7A7F8A" + "blue" "#4DA3FF" + "blue-hover" "#82C4FF" + "orange" "#FF8F3F" + "orange-hover" "#FFB27A" + "code-bg" "#1A1D23" + "code-border" "#2A2E37" +*/ +.taxonomy-category a { background-color: #ff8f3f; color: #0e0f12; padding: 1px 7px;