Rename theme.css to public/theme.css
Browse files- public/theme.css +6 -0
- theme.css +0 -9
public/theme.css
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
html,body{background:#f7f9fc}
|
| 2 |
+
[data-cy="message"]{border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.06)}
|
| 3 |
+
header,[data-cy="header"]{background:linear-gradient(90deg,#0ea5e9,#6366f1);color:#fff}
|
| 4 |
+
[data-cy="header-title"]{color:#fff;font-weight:700}
|
| 5 |
+
hide Readme tab:
|
| 6 |
+
[data-cy="header-readme"],a[href="#/readme"]{display:none!important}
|
theme.css
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
/* Clean gradient background + nicer cards/buttons */
|
| 2 |
-
html, body { background: radial-gradient(1200px 800px at 10% 10%, #edf6ff 0%, #f7f9fc 40%, #ffffff 100%); }
|
| 3 |
-
[data-cy="message"] { border-radius: 16px !important; box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important; }
|
| 4 |
-
button, [role="button"] { border-radius: 12px !important; padding: 10px 14px !important; }
|
| 5 |
-
header, [data-cy="header"] { background: linear-gradient(90deg, #0ea5e9 0%, #6366f1 100%) !important; color: #fff !important; }
|
| 6 |
-
[data-cy="header-title"] { color: #fff !important; font-weight: 700; }
|
| 7 |
-
/* (optional) hide the Readme tab:
|
| 8 |
-
[data-cy="header-readme"], a[href="#/readme"] { display: none !important; }
|
| 9 |
-
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|