mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(windows): CSS nit (#3463)
Before this change, some of the background was (252, 252, 252) (#fcfcfc, bg-neutral-50) and some was #ffffff white  After this change, all the background is (248, 247, 247) (#f8f7f7, bg-neutral-100)  "Before" with exaggerated contrast: 
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<script type="module" src="settings.js" defer></script>
|
||||
</head>
|
||||
|
||||
<body class="bg-netural-100 text-neutral-900">
|
||||
<body class="bg-neutral-100 text-neutral-900">
|
||||
<div class="container mx-auto">
|
||||
<div class="mb-4 border-b border-neutral-300">
|
||||
<ul
|
||||
@@ -48,7 +48,7 @@
|
||||
</div>
|
||||
<div id="tab-content">
|
||||
<div
|
||||
class="hidden p-4 rounded-lg bg-neutral-50"
|
||||
class="hidden p-4 rounded-lg"
|
||||
id="advanced"
|
||||
role="tabpanel"
|
||||
aria-labelledby="advanced-tab"
|
||||
|
||||
Reference in New Issue
Block a user