diff --git a/src/components/composer.module.css b/src/components/composer.module.css
index 9bdf88b..927bdca 100644
--- a/src/components/composer.module.css
+++ b/src/components/composer.module.css
@@ -20,11 +20,12 @@
}
.new {
- padding: 10px;
text-align: center;
- border: 2px dashed var(--text-color);
+ background-color: #191919;
border-radius: 3px;
cursor: pointer;
+ margin: 8px;
+ padding: 8px;
}
.new:hover {
diff --git a/src/components/newsEntry.js b/src/components/newsEntry.js
index 565b42e..96ae22d 100644
--- a/src/components/newsEntry.js
+++ b/src/components/newsEntry.js
@@ -60,8 +60,6 @@ export default function NewsEntry({
onDelete={onDelete}
comments={comments}
/>
-
-
)
}
diff --git a/src/components/newsEntry.module.css b/src/components/newsEntry.module.css
index 7d1d4ae..1594d3d 100644
--- a/src/components/newsEntry.module.css
+++ b/src/components/newsEntry.module.css
@@ -1,6 +1,5 @@
.newsBody {
margin: 0px 5px;
- font-size: 18px;
color: #fff;
}
@@ -41,4 +40,6 @@
.newsRoot {
background-color: #191919;
+ margin: 8px;
+ padding: 8px;
}
diff --git a/src/defaultStyles.css b/src/defaultStyles.css
index 2307a10..7d1f659 100644
--- a/src/defaultStyles.css
+++ b/src/defaultStyles.css
@@ -3,7 +3,7 @@
--primary-color: #9999ff;
--bright-color: #f2f2f2;
--background-color: #222426;
- --hoover-color: #191919;
+ --hoover-color: #393939;
}
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
diff --git a/src/pages/index.js b/src/pages/index.js
index b5136f4..a3a41ab 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -242,9 +242,7 @@ export default function Index({ globalData }) {
return (
-
Hírek
-
-
Forum
+
Fórum
{
@@ -269,7 +267,6 @@ export default function Index({ globalData }) {
}
}}
/>
-
{newsItems}
)
@@ -282,7 +279,6 @@ export default function Index({ globalData }) {
return (
MOTD
-
{motd ? (
{renderMotd()}
{/*{userSpecificMotd && renderUserSpecificMotd()} */}