aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar/TopBar.scss
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-07-31 18:17:35 -0400
committergeireann <geireann.lindfield@gmail.com>2021-07-31 18:17:35 -0400
commitd3a7e378e26466b911733f76addfe9fc61a689df (patch)
tree961874fc8dce12c9a97d32615bfa4fe99441ab2c /src/client/views/topbar/TopBar.scss
parent41ccf50f2b551edd6827c9fd6296b9ff87a65915 (diff)
fixed linking issues with dragging & updating linking UI
Diffstat (limited to 'src/client/views/topbar/TopBar.scss')
-rw-r--r--src/client/views/topbar/TopBar.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/topbar/TopBar.scss b/src/client/views/topbar/TopBar.scss
index ebdf030e7..ac6ec9b30 100644
--- a/src/client/views/topbar/TopBar.scss
+++ b/src/client/views/topbar/TopBar.scss
@@ -23,6 +23,7 @@
.topBar-icon {
cursor: pointer;
font-size: 12px;
+ font-family: 'Roboto';
width: fit-content;
display: flex;
justify-content: center;
@@ -91,7 +92,7 @@
gap: 5px;
.topBar-icon:hover {
- background-color: $logout-red;
+ background-color: $close-red;
}
.topbar-lozenge-user,