diff --git a/less/mobile.less b/less/mobile.less index 06dc6ba..3328fdf 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -46,6 +46,22 @@ li { width: auto; + &.unread { + background-color: inherit; + + a:after { + content: "new"; + text-transform: uppercase; + color: #FFF; + margin-left: 5px; + font-size: 10px; + background: #C91106; + border: 1px solid #890405; + padding: 2px 3px; + border-radius: 5px; + } + } + a { color: white;