Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,14 +39,6 @@ short_description: keeper-security org card
|
|
| 39 |
border-radius: 6px 6px 0 0;
|
| 40 |
}
|
| 41 |
|
| 42 |
-
html.light .keeper-header {
|
| 43 |
-
background-color: #000000;
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
html:not(.light) .keeper-header {
|
| 47 |
-
background-color: #121212;
|
| 48 |
-
}
|
| 49 |
-
|
| 50 |
.keeper-heading {
|
| 51 |
color: #FFFFFF;
|
| 52 |
border-bottom: 3px solid #FFCC00;
|
|
@@ -61,38 +53,18 @@ short_description: keeper-security org card
|
|
| 61 |
margin-bottom: 15px;
|
| 62 |
}
|
| 63 |
|
| 64 |
-
html:not(.light) .keeper-card {
|
| 65 |
-
background-color: #2d2d2d;
|
| 66 |
-
color: #ffffff;
|
| 67 |
-
}
|
| 68 |
-
|
| 69 |
.keeper-card h3 {
|
| 70 |
margin-top: 0;
|
| 71 |
color: #000;
|
| 72 |
}
|
| 73 |
|
| 74 |
-
html:not(.light) .keeper-card h3 {
|
| 75 |
-
color: #ffffff;
|
| 76 |
-
}
|
| 77 |
-
|
| 78 |
.keeper-dark-section {
|
| 79 |
-
background-color: #000000;
|
| 80 |
color: white;
|
| 81 |
padding: 20px;
|
| 82 |
border-radius: 4px;
|
| 83 |
margin: 20px 0;
|
| 84 |
}
|
| 85 |
|
| 86 |
-
html.light .keeper-dark-section {
|
| 87 |
-
background-color: #ffffff;
|
| 88 |
-
color: #000000;
|
| 89 |
-
}
|
| 90 |
-
|
| 91 |
-
html:not(.light) .keeper-dark-section {
|
| 92 |
-
background-color: #121212;
|
| 93 |
-
color: white;
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
.keeper-yellow {
|
| 97 |
color: #FFCC00;
|
| 98 |
}
|
|
@@ -100,6 +72,7 @@ short_description: keeper-security org card
|
|
| 100 |
.logo-slider {
|
| 101 |
display: flex;
|
| 102 |
width: max-content;
|
|
|
|
| 103 |
}
|
| 104 |
|
| 105 |
.logo-item {
|
|
@@ -121,10 +94,6 @@ short_description: keeper-security org card
|
|
| 121 |
color: white;
|
| 122 |
}
|
| 123 |
|
| 124 |
-
html.light .logo-item figcaption {
|
| 125 |
-
color: #000000;
|
| 126 |
-
}
|
| 127 |
-
|
| 128 |
.keeper-stats-container {
|
| 129 |
text-align: center;
|
| 130 |
margin: 30px 0;
|
|
@@ -166,14 +135,6 @@ short_description: keeper-security org card
|
|
| 166 |
display: none; /* Chrome, Safari, Opera */
|
| 167 |
}
|
| 168 |
|
| 169 |
-
html.light .keeper-logo-container {
|
| 170 |
-
background-color: #000000;
|
| 171 |
-
}
|
| 172 |
-
|
| 173 |
-
html:not(.light) .keeper-logo-container {
|
| 174 |
-
background-color: #000000;
|
| 175 |
-
}
|
| 176 |
-
|
| 177 |
.keeper-buttons {
|
| 178 |
text-align: center;
|
| 179 |
margin-top: 10px;
|
|
|
|
| 39 |
border-radius: 6px 6px 0 0;
|
| 40 |
}
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
.keeper-heading {
|
| 43 |
color: #FFFFFF;
|
| 44 |
border-bottom: 3px solid #FFCC00;
|
|
|
|
| 53 |
margin-bottom: 15px;
|
| 54 |
}
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
.keeper-card h3 {
|
| 57 |
margin-top: 0;
|
| 58 |
color: #000;
|
| 59 |
}
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
.keeper-dark-section {
|
|
|
|
| 62 |
color: white;
|
| 63 |
padding: 20px;
|
| 64 |
border-radius: 4px;
|
| 65 |
margin: 20px 0;
|
| 66 |
}
|
| 67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
.keeper-yellow {
|
| 69 |
color: #FFCC00;
|
| 70 |
}
|
|
|
|
| 72 |
.logo-slider {
|
| 73 |
display: flex;
|
| 74 |
width: max-content;
|
| 75 |
+
padding: 20px;
|
| 76 |
}
|
| 77 |
|
| 78 |
.logo-item {
|
|
|
|
| 94 |
color: white;
|
| 95 |
}
|
| 96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
.keeper-stats-container {
|
| 98 |
text-align: center;
|
| 99 |
margin: 30px 0;
|
|
|
|
| 135 |
display: none; /* Chrome, Safari, Opera */
|
| 136 |
}
|
| 137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
.keeper-buttons {
|
| 139 |
text-align: center;
|
| 140 |
margin-top: 10px;
|