mirror of
https://github.com/flarum/core.git
synced 2025-08-07 00:47:00 +02:00
feat: vanilla CSS color scheme changes (#3996)
* feat: vanilla CSS color scheme changes * chore: scheme mixin * chore: remove darkmode & colored header less variables * feat: high contrast schemes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<!doctype html>
|
||||
<html @if ($direction) dir="{{ $direction }}" @endif
|
||||
@if ($language) lang="{{ $language }}" @endif>
|
||||
<html @if ($direction) dir="{{ $direction }}" @endif @if ($language) lang="{{ $language }}" @endif @class($extraClasses) {!! $extraAttributes !!}>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ $title }}</title>
|
||||
|
Reference in New Issue
Block a user