cleaned up
This commit is contained in:
@@ -5,12 +5,6 @@
|
||||
|
||||
/* Google Fonts loaded via <link> in index.html for non-blocking rendering */
|
||||
|
||||
/* Font optimization */
|
||||
@font-face {
|
||||
font-family: system-ui;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* Default CSS Variables - will be overridden by theme files */
|
||||
:root {
|
||||
--primary-color: #497671;
|
||||
@@ -191,6 +185,7 @@ a, button, input, textarea, select {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
line-clamp: 2;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user