Skip to content

Commit 3ad471d

Browse files
author
Denis Shevchenko
committed
theme
1 parent d9f02f9 commit 3ad471d

File tree

1 file changed

+20
-0
lines changed
  • cardano-tracer/src/Cardano/Tracer/Handlers/RTView/UI/CSS

1 file changed

+20
-0
lines changed

cardano-tracer/src/Cardano/Tracer/Handlers/RTView/UI/CSS/Own.hs

+20
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,26 @@ span[data-tooltip] {
243243
cursor: pointer;
244244
}
245245

246+
@media screen and (min-width: 1024px) {
247+
.dark .navbar-item.has-dropdown:hover .navbar-link {
248+
background-color: #434360;
249+
}
250+
251+
.dark .navbar-dropdown {
252+
background-color: #434360;
253+
border-top: 1px solid #aaa;
254+
}
255+
}
256+
257+
.dark .navbar-dropdown.is-right .navbar-item {
258+
background-color: #434360;
259+
color: #cecece;
260+
}
261+
262+
.dark .navbar-dropdown.is-right a.navbar-item:hover {
263+
background-color: #545478;
264+
}
265+
246266
.dark .rt-view-href-icon svg {
247267
width: 12px;
248268
margin-left: 5px;

0 commit comments

Comments
 (0)