mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
antialiased fix
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</head>
|
||||
|
||||
{% assign layout-dark = page.layout-dark | default: site.layout-dark %}
|
||||
<body class="antialiased{% if layout-dark %} theme-dark{% endif %}{% if layout.body-class %} {{ layout.body-class }}{% endif %}{% if page.body-class %} {{ page.body-class }}{% endif %}">
|
||||
<body class="{% if layout-dark %} theme-dark{% endif %}{% if layout.body-class %} {{ layout.body-class }}{% endif %}{% if page.body-class %} {{ page.body-class }}{% endif %}">
|
||||
|
||||
{{ content }}
|
||||
|
||||
|
||||
@@ -14,6 +14,9 @@ body {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
* {
|
||||
@include scrollbar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user