NILC-ICMC-USP commited on
Commit
7848cbf
·
verified ·
1 Parent(s): 71e6b73

Upload style.css

Browse files
Files changed (1) hide show
  1. src/style.css +13 -13
src/style.css CHANGED
@@ -21,15 +21,16 @@
21
  color:#095487;
22
  line-height:30px
23
  }
24
-
25
  }
26
 
27
  @media (prefers-color-scheme: dark){
28
  [data-testid="stAppViewContainer"] > .main {
29
- background-color:#f2f2f4;
30
- color:#1e1e1f;
31
- }
32
- #logo-title {
 
 
33
  font-size:calc(44px + 2vw);
34
  color:#095487/**#91bdda**/;
35
  line-height: 44px;
@@ -41,16 +42,13 @@
41
  }
42
  #logo-subtitle{
43
  font-size:18px;
44
- color:#095487;/**#c8d9e4**/;
45
- line-height:30px;
46
- }
47
- [class="css-k3w14i e1oyb3mv3"] {
48
- color:gray;
49
  }
 
50
 
51
- [class="css-1n543e5 e1ewe7hr5"] {
52
- background-color: #7f1717
53
- }
54
  }
55
 
56
  .text{
@@ -75,6 +73,8 @@ p{
75
  padding-bottom: 3rem;
76
  }
77
 
 
 
78
  h1 {
79
  color:#003d66;
80
  padding-left:1rem;
 
21
  color:#095487;
22
  line-height:30px
23
  }
 
24
  }
25
 
26
  @media (prefers-color-scheme: dark){
27
  [data-testid="stAppViewContainer"] > .main {
28
+ background-color: #f2f2f4;
29
+ background-repeat: repeat;
30
+ background-position: center center;
31
+ background-attachment: local;
32
+ }
33
+ #logo-title{
34
  font-size:calc(44px + 2vw);
35
  color:#095487/**#91bdda**/;
36
  line-height: 44px;
 
42
  }
43
  #logo-subtitle{
44
  font-size:18px;
45
+ color:#095487;
46
+ line-height:30px
 
 
 
47
  }
48
+ }
49
 
50
+ html, body {
51
+ background-color: white !important;
 
52
  }
53
 
54
  .text{
 
73
  padding-bottom: 3rem;
74
  }
75
 
76
+
77
+
78
  h1 {
79
  color:#003d66;
80
  padding-left:1rem;