1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Move to Sass modules

This commit is contained in:
Yassine Guedidi 2024-11-16 21:51:31 +01:00
parent 816d9f85d6
commit 38f8cf69d1
5 changed files with 28 additions and 20 deletions

View file

@ -1,3 +1,5 @@
@use "variables";
/* ==========================================================================
Article
========================================================================== */
@ -54,7 +56,7 @@
}
a {
border-bottom: 1px dotted $blue-accent-color;
border-bottom: 1px dotted variables.$blue-accent-color;
text-decoration: none;
}