We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cb81b commit c3971b5Copy full SHA for c3971b5
public/index.html
@@ -48,6 +48,19 @@
48
button {
49
padding: 1.5% 3%;
50
}
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
64
65
/*
66
* Primary aim is to fit the width up to 0.9 of the screen width.
src/oceans/ui.css
src/oceans/ui.jsx
@@ -33,7 +33,6 @@ import {
33
} from '@fortawesome/free-solid-svg-icons';
34
import I18n from './i18n';
35
import Markdown from '@ml/utils/Markdown';
36
-import './ui.css';
37
38
const styles = {
39
body: {
0 commit comments