diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 97ec14d63..6c6596f0b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -195,6 +195,12 @@ pre { border-radius: $radius; } +audio, video { + border-radius: $radius; + box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; + +} + .heart { color: #FF0000; }