nadijagr commited on
Commit
6179293
·
verified ·
1 Parent(s): d06fb48

Update custom.css (#8)

Browse files

- Update custom.css (851432dd60fbf9e78674fbe2d2eb45cb3a99c4b4)

Files changed (1) hide show
  1. assets/css/custom.css +17 -11
assets/css/custom.css CHANGED
@@ -40,20 +40,26 @@
40
  }
41
 
42
  .anchor-container {
43
- background: #060a17;
 
 
44
  bottom: 0;
 
45
  display: flex;
46
- font-weight: 600;
47
- gap: 2rem;
48
- padding: 4px;
49
- place-content: baseline center;
50
  position: fixed;
51
- width: 100%;
52
- height: 2rem;
53
  }
54
 
55
- .anchor-div {
56
- display: flex;
57
- flex-direction: row;
58
- justify-content: center;
 
 
 
 
59
  }
 
40
  }
41
 
42
  .anchor-container {
43
+ align-items: center;
44
+ background: var(--text-primary);
45
+ border-top-left-radius: 8px;
46
  bottom: 0;
47
+ color: var(--text-contrast-primary);
48
  display: flex;
49
+ font-size: 0.8rem;
50
+ font-weight: 500;
51
+ height: 24px;
52
+ padding: 0 12px;
53
  position: fixed;
54
+ right: 0;
 
55
  }
56
 
57
+ .anchor-container:focus,
58
+ .anchor-container:hover {
59
+ background: var(--text-secondary);
60
+ color: var(--text-contrast-primary);
61
+ }
62
+
63
+ img#banner {
64
+ height: 16px;
65
  }