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

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-01-17 18:17:31 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-01-17 18:17:31 +0300
commit1604ebfec39e9d39fb83754aefb162751366d081 (patch)
treee439a040f8a3bba1161ef0083f39666729968b50
parent75c8546fa30712c357da0bf4c0fc80b5ec8ce28d (diff)
More correct rule following
-rw-r--r--assets/css/hexagon.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/hexagon.css b/assets/css/hexagon.css
index b171880..7a7f33c 100644
--- a/assets/css/hexagon.css
+++ b/assets/css/hexagon.css
@@ -14,7 +14,7 @@ div p{
}
/*Only styles like a link if the link is active*/
-a[href="#"] h1, a[href="#"] p{
+a[href="#"].text h1, a[href="#"].text p{
color: white !important;
text-decoration: none !important;
cursor: default !important;