tonyassi commited on
Commit
eafca0b
·
verified ·
1 Parent(s): 18be447

Update src/app.css

Browse files
Files changed (1) hide show
  1. src/app.css +15 -0
src/app.css CHANGED
@@ -33,6 +33,21 @@ html, body {
33
  margin: 12px 0 20px;
34
  }
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  .card {
37
  background: var(--brand-white);
38
  color: #0c0c21;
 
33
  margin: 12px 0 20px;
34
  }
35
 
36
+ .subtitle {
37
+ margin-top: -6px;
38
+ margin-bottom: 16px;
39
+ color: #4a4f93;
40
+ font-size: 14px;
41
+ }
42
+ .subtitle a {
43
+ color: #191f70;
44
+ font-weight: 600;
45
+ text-decoration: none;
46
+ border-bottom: 1px solid rgba(25,31,112,.25);
47
+ }
48
+ .subtitle a:hover { border-bottom-color: rgba(25,31,112,.5); }
49
+
50
+
51
  .card {
52
  background: var(--brand-white);
53
  color: #0c0c21;