diff options
Diffstat (limited to 'src/styles/thread.css')
-rw-r--r-- | src/styles/thread.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/styles/thread.css b/src/styles/thread.css new file mode 100644 index 0000000..14997de --- /dev/null +++ b/src/styles/thread.css @@ -0,0 +1,18 @@ +.threadbox { + width: 600px; + border: 10px solid green; + padding: 10px; + margin: 10px; + margin-left: 0px; + background-color: white; +} +.commentbox { + width: 500px; + border: 5px solid green; + padding: 10px; + margin: 10px; + background-color: white; +} +:target, .targeted { + background-color: #ffa; +} |