nadijagr commited on
Commit
a4aa46c
1 Parent(s): ff240c7

Update custom.css (#8)

Browse files

- Update custom.css (8c5f4d6eba2bf7c7da5599f94375941199e1cd82)

Files changed (1) hide show
  1. assets/css/custom.css +17 -11
assets/css/custom.css CHANGED
@@ -92,20 +92,26 @@ img[src*="#chart-icon"] {
92
  }
93
 
94
  .anchor-container {
95
- background: #060a17;
 
 
96
  bottom: 0;
 
97
  display: flex;
98
- font-weight: 600;
99
- gap: 2rem;
100
- padding: 4px;
101
- place-content: baseline center;
102
  position: fixed;
103
- width: 100%;
104
- height: 2rem;
105
  }
106
 
107
- .anchor-div {
108
- display: flex;
109
- flex-direction: row;
110
- justify-content: center;
 
 
 
 
111
  }
 
92
  }
93
 
94
  .anchor-container {
95
+ align-items: center;
96
+ background: var(--text-primary);
97
+ border-top-left-radius: 8px;
98
  bottom: 0;
99
+ color: var(--text-contrast-primary);
100
  display: flex;
101
+ font-size: 0.8rem;
102
+ font-weight: 500;
103
+ height: 24px;
104
+ padding: 0 12px;
105
  position: fixed;
106
+ right: 0;
 
107
  }
108
 
109
+ .anchor-container:focus,
110
+ .anchor-container:hover {
111
+ background: var(--text-secondary);
112
+ color: var(--text-contrast-primary);
113
+ }
114
+
115
+ img#banner {
116
+ height: 16px;
117
  }