fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix for heads.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
base
/
_global.scss
diff --git
a/src/wolnelektury/static/2022/styles/base/_global.scss
b/src/wolnelektury/static/2022/styles/base/_global.scss
index
5bcfdbe
..
d81a0af
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/base/_global.scss
+++ b/
src/wolnelektury/static/2022/styles/base/_global.scss
@@
-43,3
+43,11
@@
body {
align-items: center;
justify-content: center;
}
+
+
+a {
+ color: $color-primary;
+ &:hover {
+ text-decoration: underline;
+ }
+}