diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-30 22:05:58 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-30 22:05:58 +0300 |
commit | 1592fdcebb15575a0fa1a77dc0a684d99a01e2bf (patch) | |
tree | 6f04a06d9726561c169eaf0c70510acace1c6dc4 | |
parent | 894e3e66239262101672ed30d3349e4788099dc0 (diff) | |
download | carbslinux-style-1592fdcebb15575a0fa1a77dc0a684d99a01e2bf.tar.gz |
bar.scss: update
-rw-r--r-- | sass/bar.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sass/bar.scss b/sass/bar.scss index d5a217a..57b06c4 100644 --- a/sass/bar.scss +++ b/sass/bar.scss @@ -61,7 +61,11 @@ $bar-margin: 2em; padding-right: 15px; padding-left: 15px; margin: 0; - + a { + color: $bar-foreground-color; + font-weight: bold; + text-decoration: none; + } a:hover { color: color-get('dark', 'carbs-purple') !important; text-decoration: none !important; |