Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraustingebauer <gebauer.austin@gmail.com>2019-11-28 05:41:13 +0300
committeraustingebauer <gebauer.austin@gmail.com>2019-11-28 05:41:13 +0300
commit02decdec26f89cdfd4b623d949a8eb9745533d12 (patch)
tree439587be480f159ce11b372595f0c592754c2de4
parent4ae1c0074acdad7eeaf699cd9764db6483ec0249 (diff)
style: update link decoration in articles
-rw-r--r--static/css/custom.scss4
-rw-r--r--static/css/theme.css3
2 files changed, 7 insertions, 0 deletions
diff --git a/static/css/custom.scss b/static/css/custom.scss
index c20cafa..188da7b 100644
--- a/static/css/custom.scss
+++ b/static/css/custom.scss
@@ -80,6 +80,10 @@ article {
margin-top: 2.2rem;
margin-bottom: 0.7rem;
}
+
+ a {
+ text-decoration: underline;
+ }
}
// === Media breakpoints ===
diff --git a/static/css/theme.css b/static/css/theme.css
index e89b9a3..9db4ec8 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -11388,3 +11388,6 @@ article img {
article h4 {
margin-top: 2.2rem;
margin-bottom: 0.7rem; }
+
+article a {
+ text-decoration: underline; }