Skip to content

Commit f944f26

Browse files
committed
Refactor common styles: consolidate CSS variables and base styles into common-style.css
1 parent 910fdde commit f944f26

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* Generated css */
2+
:root {
3+
--primary-color: #7a5cc8;
4+
}

popup-page-styles/popup-base.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ These rules set up the basic typography, spacing, and color scheme for the inter
1212
/* Root Variables for Consistent Styling */
1313
/* ------------------------------------------------------------------------- */
1414
:root {
15-
--primary-color: #7a5cc8; /* Less saturated violet shade for titles and accents */
1615
--danger-color: #a94442; /* Soft red for danger buttons */
1716
--border-color: #ccc; /* Light gray for borders */
1817
--bg-color: #f9f9f9; /* Very light gray for background */

welcome-page-files/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* CSS Variables Definition */
22
:root {
3-
--primary-color: #7a5cc8;
43
--bg-color: #fff;
54
--text-color: #333;
65

0 commit comments

Comments
 (0)