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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-05-26 17:54:16 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-26 17:54:16 +0300
commit4e0b5c0747baf1be4a68e120e64f29e9d270c2ed (patch)
treebd1740ed5f936c3ebae5488d10c82afcf47c4fc8 /assets
parent9683947ad473ecece505ede70ee731e4b290d92d (diff)
refactor: change exampleSite
Diffstat (limited to 'assets')
-rw-r--r--assets/css/base.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/base.css b/assets/css/base.css
index cde8c5e..a50c9dd 100644
--- a/assets/css/base.css
+++ b/assets/css/base.css
@@ -18,3 +18,7 @@
--color-secondary-text: rgba(255,255,255,0.65);
--color-tertiary-text: rgba(255,255,255,0.45);
}
+
+a:hover {
+ @apply text-eureka;
+} \ No newline at end of file