Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/html/properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.Tab .TabButton { border: solid 1px #505050; padding: 2px 6px 2px 6px; cursor: default; }
.Tab .TabButtonActive { border: solid 1px #505050; border-bottom: none; padding: 2px 6px 2px 6px; cursor: default; }
.Tab>div { padding: 8px; height: 330px; border-left: solid 1px #505050; border-bottom: solid 1px #505050; border-right: solid 1px #505050; }
@media (prefers-color-scheme: dark) { body { background-color: #2B2A33; color: #FBFBFE; } }
</style>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions src/html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.Tab .TabButton { border: solid 1px #505050; padding: 2px 6px 2px 6px; cursor: default; }
.Tab .TabButtonActive { border: solid 1px #505050; border-bottom: none; padding: 2px 6px 2px 6px; cursor: default; }
.Tab>div { padding: 8px; height: 350px; border-left: solid 1px #505050; border-bottom: solid 1px #505050; border-right: solid 1px #505050; }
@media (prefers-color-scheme: dark) { body { background-color: #2B2A33; color: #FBFBFE; } }
</style>
</head>
<body id="body">
Expand Down