aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/contentview.less
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/css/contentview.less')
-rw-r--r--web/src/css/contentview.less12
1 files changed, 8 insertions, 4 deletions
diff --git a/web/src/css/contentview.less b/web/src/css/contentview.less
index 327dd689..becac9a2 100644
--- a/web/src/css/contentview.less
+++ b/web/src/css/contentview.less
@@ -1,10 +1,14 @@
.contentview {
.header {
- font-weight: bold;
+ font-weight: bold;
}
.highlight{
- color: pink;
+ font-weight: bold;
+ }
+ .offset{
+ color: blue
+ }
+ .text{
+
}
- .offset{ }
- .text{ }
}