Style update banner correctly
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
}
|
||||
|
||||
.black .update-banner {
|
||||
color: #000;
|
||||
background-color: #333;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.black .update-banner button {
|
||||
|
||||
@@ -73,7 +73,8 @@
|
||||
}
|
||||
|
||||
.dark .update-banner {
|
||||
color: #000;
|
||||
background-color: #333;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.dark .update-banner button {
|
||||
|
||||
@@ -44,10 +44,9 @@ input {
|
||||
}
|
||||
|
||||
.update-banner {
|
||||
background-color: #ffffcc;
|
||||
background-color: #ddd;
|
||||
padding: 0.75rem;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #e6e6b8;
|
||||
}
|
||||
|
||||
.update-banner button {
|
||||
|
||||
@@ -95,13 +95,12 @@
|
||||
}
|
||||
|
||||
.red .update-banner {
|
||||
background-color: #ffdddd;
|
||||
border-bottom-color: #e6c2c2;
|
||||
color: #b00;
|
||||
background-color: #300;
|
||||
color: #d00;
|
||||
}
|
||||
|
||||
.red .update-banner button {
|
||||
background-color: #440000;
|
||||
border-color: #b00;
|
||||
color: #b00;
|
||||
color: #d00;
|
||||
}
|
||||
|
||||
@@ -3,6 +3,8 @@ import ReactDOM from 'react-dom';
|
||||
import App from './App';
|
||||
import * as serviceWorker from './serviceWorker';
|
||||
|
||||
// version 3
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById('root'));
|
||||
|
||||
// If you want your app to work offline and load faster, you can change
|
||||
|
||||
Reference in New Issue
Block a user