aboutsummaryrefslogtreecommitdiff
path: root/assets/sass/_partial/_footer
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_partial/_footer')
-rw-r--r--assets/sass/_partial/_footer/_copyright.scss4
-rw-r--r--assets/sass/_partial/_footer/_source.scss13
2 files changed, 17 insertions, 0 deletions
diff --git a/assets/sass/_partial/_footer/_copyright.scss b/assets/sass/_partial/_footer/_copyright.scss
index 4e63063..cea4837 100644
--- a/assets/sass/_partial/_footer/_copyright.scss
+++ b/assets/sass/_partial/_footer/_copyright.scss
@@ -8,6 +8,10 @@
text-align: center;
font-family: $global-serif-font-family;
+ a:hover {
+ color: $theme-color;
+ }
+
.hexo-link,
.theme-link {
color: $theme-color;
diff --git a/assets/sass/_partial/_footer/_source.scss b/assets/sass/_partial/_footer/_source.scss
new file mode 100644
index 0000000..0e87102
--- /dev/null
+++ b/assets/sass/_partial/_footer/_source.scss
@@ -0,0 +1,13 @@
+// ======================
+// View source
+// ======================
+.source {
+ margin: $copyright-margin;
+ color: $dark-gray;
+ text-align: center;
+ font-family: $global-serif-font-family;
+
+ a:hover {
+ color: $theme-color;
+ }
+} \ No newline at end of file