logout btn
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
@use './variables.scss' as vars;
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
// Reset and base styles
|
||||
:root {
|
||||
// Global transition for theme switching
|
||||
@@ -13,8 +16,6 @@
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
// Default dark theme
|
||||
|
||||
Reference in New Issue
Block a user