jin-nin commited on
Commit
367a7c8
1 Parent(s): 41cfb7d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -5
style.css CHANGED
@@ -73,12 +73,13 @@ footer {
73
  margin: .75rem !important;
74
  }
75
 
76
- #paints > * > .text-gray-500 {
77
- display: none !important;
78
- }
79
-
80
  #paints > * > .border {
81
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
82
  border-radius: 2px !important;
83
  overflow: hidden !important;
84
- }
 
 
 
 
 
 
73
  margin: .75rem !important;
74
  }
75
 
 
 
 
 
76
  #paints > * > .border {
77
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
78
  border-radius: 2px !important;
79
  overflow: hidden !important;
80
+ }
81
+
82
+ #paints > * > .border > *:first-child {
83
+ display: none !important;
84
+ }
85
+