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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/components/_link.scss')
-rwxr-xr-xsrc/scss/components/_link.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/scss/components/_link.scss b/src/scss/components/_link.scss
new file mode 100755
index 0000000..df54206
--- /dev/null
+++ b/src/scss/components/_link.scss
@@ -0,0 +1,19 @@
+a.link-unstyled {
+ &,
+ &:hover,
+ &:active {
+ cursor: pointer !important;
+ color: inherit !important;
+ text-decoration: none !important;
+ }
+ a.link {
+ &,
+ &:hover,
+ &:active {
+ text-decoration: underline !important;
+ }
+ }
+}
+a.fancybox {
+ cursor: zoom-in !important;
+} \ No newline at end of file