12 lines
239 B
CSS
12 lines
239 B
CSS
/* SIG Jalan Tanah — shared layout tokens (main styles in index.php) */
|
|
:root {
|
|
--bg: #f1f5f9;
|
|
--white: #fff;
|
|
--border: #e2e8f0;
|
|
--text: #0f172a;
|
|
--text2: #475569;
|
|
--text3: #94a3b8;
|
|
--blue: #1d4ed8;
|
|
--sidebar-w: 320px;
|
|
}
|