Omnibus commited on
Commit
4e2a1dd
·
1 Parent(s): b582a22

Create cake.css

Browse files
Files changed (1) hide show
  1. cake.css +17 -0
cake.css ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .lg.svelte-1ma3u5b{
2
+ line-height:5em;
3
+ background:cornflowerblue;
4
+ color:white;!important;
5
+ }
6
+ .gradio-container-3-18-0 .prose h1{
7
+ font-size:4rem;!important;
8
+ color:white;!important;
9
+ text-shadow:0px 0px 10px coral;!important;
10
+ }
11
+ #component-1191.lg.svelte-1ma3u5b{
12
+ background:coral;!important;
13
+ color:white;!important;
14
+ }
15
+ [id=component-1134]{
16
+ background:linear-gradient(180deg, cornflowerblue, transparent);!important;
17
+ }