More UI improvements
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
.casual {
|
||||
--CASL : 1;
|
||||
}
|
||||
+2
-4
@@ -6,8 +6,7 @@
|
||||
@apply text-2xl text-gray-100 font-bold;
|
||||
|
||||
&:hover {
|
||||
@apply text-blue-300 font-extrabold;
|
||||
--CASL: 1;
|
||||
@apply text-blue-300 font-extrabold casual;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,8 +25,7 @@
|
||||
@apply text-gray-100 font-semibold;
|
||||
|
||||
&:hover {
|
||||
@apply text-blue-300 font-bold;
|
||||
--CASL: 1;
|
||||
@apply text-blue-300 font-bold casual;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-2
@@ -6,8 +6,7 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@apply bg-teal-800 text-white;
|
||||
--CASL: 1;
|
||||
@apply bg-teal-800 text-white casual;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
@import "tailwindcss/components";
|
||||
|
||||
@import "./button.pcss";
|
||||
@import "./font-variants.pcss";
|
||||
@import "./hljs.pcss";
|
||||
@import "./navbar.pcss";
|
||||
@import "./note-table.pcss";
|
||||
|
||||
Reference in New Issue
Block a user