diff --git a/nullboard.html b/nullboard.html
index b8c2af2..a0aab2b 100644
--- a/nullboard.html
+++ b/nullboard.html
@@ -1307,11 +1307,23 @@
.board .note {
box-shadow: none;
- outline: 1px solid #ccc;
+ text-shadow: none !important;
+ outline: 1px solid #888;
+ }
+ .list {
+ outline: 1px solid #555;
+
+ }
+ .board .note .raw {
+ outline: none;
+ text-shadow: none;
}
- .board .note.raw {
- outline: none;
+ .board .head .text a,
+ .board .note .text a {
+ color: #333;
+ text-shadow: none;
+ text-decoration: underline;
}
}