Skip to content

Commit 9ce7f04

Browse files
committed
Small style tweaks.
1 parent 50e6e41 commit 9ce7f04

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

dev/sass/colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $doc-light: mix($doc-white, $base-color, 50%);
3030

3131
// control colors:
3232
$title-bg: $doc-light;
33-
$tooltip-bg: rgba($doc-black,0.9);
33+
$tooltip-bg: rgba($doc-black,0.85);
3434
$selected-stroke-color: rgba($doc-black, 0.3);
3535
$match-color: rgba($theme-color, 0.5);
3636

dev/sass/colors_dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $doc-light: mix($doc-white, $base-color, 60%);
2222

2323
// control colors:
2424
$title-bg: $doc-light;
25-
$tooltip-bg: rgba($doc-black,0.9);
25+
$tooltip-bg: rgba($doc-black, 0.85);
2626
$selected-stroke-color: rgba($doc-black, 0.4);
2727
$match-color: rgba($theme-color, 0.6);
2828

dev/sass/controls.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ svg.icon {
179179
max-width: 15rem;
180180
box-shadow: 0px 3px 4px $dark-shadow;
181181
overflow-wrap: break-word;
182+
backdrop-filter: blur(3px);
182183

183184
code {
184185
font-weight: bold;

dev/sass/views/header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
.signoutbtn {
142142
cursor: pointer;
143143
color: $theme-color;
144+
font-weight: bold;
144145

145146
&:hover {
146147
color: $doc-white;

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ <h1>Sign Out</h1>
248248
<hr>
249249
<div class="content">
250250
You are currently signed in as <b class="username">--</b> via <b class="type">--</b>.
251-
<p><span class="signoutbtn">Sign out.</span></p>
251+
<br><br>
252+
<span class="signoutbtn">Sign out.</span>
252253
</div>
253254
</div>
254255
<div class="distract">

0 commit comments

Comments
 (0)