diff --git a/Website/wwwroot/css/style.less b/Website/wwwroot/css/style.less index d5e84d6..10d9915 100644 --- a/Website/wwwroot/css/style.less +++ b/Website/wwwroot/css/style.less @@ -24,6 +24,11 @@ body { color: #333; } +::selection{ + background: @primary; + color: white +} + body { max-width: 1280px; min-height: 100%;