mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
💄
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.is-blurred .tree-view {
|
||||
background-color: #212121;
|
||||
background-color: #202123;
|
||||
}
|
||||
|
||||
.is-blurred .tab {
|
||||
|
||||
@@ -3,9 +3,7 @@
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
border-bottom: 4px solid rgba(41, 44, 47, 1);
|
||||
box-shadow:
|
||||
inset 0 -1px 0 rgba(255, 255, 255, 0.2),
|
||||
0 -20px 0 rgba(0, 0, 0, 1);
|
||||
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.tab {
|
||||
|
||||
Reference in New Issue
Block a user