[Git][reproducible-builds/reproducible-website][master] Try making links underlining, excepting buttons. (Closes:...
Chris Lamb
gitlab at salsa.debian.org
Fri Apr 24 15:38:11 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
4975acf0 by Chris Lamb at 2020-04-24T16:37:14+01:00
Try making links underlining, excepting buttons. (Closes: reproducible-builds/reproducible-website#12)
- - - - -
1 changed file:
- assets/styles/custom.scss
Changes:
=====================================
assets/styles/custom.scss
=====================================
@@ -5,6 +5,14 @@ main {
color: #0056B3;
}
+ p a, li a {
+ text-decoration: underline !important;
+ }
+
+ a.btn {
+ text-decoration: none !important;
+ }
+
hr {
clear: both;
}
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/4975acf01f842ea4e99223eccabcd4b3d2a11069
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/4975acf01f842ea4e99223eccabcd4b3d2a11069
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200424/604ca7d0/attachment.htm>
More information about the rb-commits
mailing list