Skip to content

Commit c3971b5

Browse files
As the styles will need to be manually set in code studio, just add them into index.html
1 parent 07cb81b commit c3971b5

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

public/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@
4848
button {
4949
padding: 1.5% 3%;
5050
}
51+
52+
#pondTextMarkdown p {
53+
margin: 0
54+
}
55+
#pondTextMarkdown strong {
56+
color: #eb5757;
57+
font-weight: normal;
58+
}
59+
#pondTextMarkdown em {
60+
color: #56c568;
61+
font-style: normal;
62+
}
63+
5164

5265
/*
5366
* Primary aim is to fit the width up to 0.9 of the screen width.

src/oceans/ui.css

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/oceans/ui.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import {
3333
} from '@fortawesome/free-solid-svg-icons';
3434
import I18n from './i18n';
3535
import Markdown from '@ml/utils/Markdown';
36-
import './ui.css';
3736

3837
const styles = {
3938
body: {

0 commit comments

Comments
 (0)