[gimp-web-devel/pat/bootstrap] theme: remove underlines from headers
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web-devel/pat/bootstrap] theme: remove underlines from headers
- Date: Sun, 11 Sep 2022 16:36:52 +0000 (UTC)
commit 342a446702aae7593a940300bec3af9537ec44ed
Author: Pat David <patdavid gmail com>
Date: Fri Sep 9 21:58:58 2022 -0500
theme: remove underlines from headers
First pass at making headings appear less "link-like".
assets/sass/main.scss | 15 +++++++++++++++
1 file changed, 15 insertions(+)
---
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index 0788800..9f75978 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -40,6 +40,21 @@
}
}
+@for $i from 1 through 6 {
+ h#{$i} a {
+ text-decoration: none;
+ }
+ h#{$i} a:hover {
+ text-decoration: underline;
+ }
+}
+
+$primary: #0460D9;
+
+$theme-colors: (
+ "primary": $primary,
+);
+
/* IMPORT BOOTSTRAP HERE */
/* So set any bootstrap variables _before_ here */
@import 'bootstrap';
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]