Browse Source

Merge pull request #2198 from Automattic/seedlet/fix/print-theme-name

Seedlet: remove reference to Varia in print styles
Kjell Reigstad 5 năm trước cách đây
mục cha
commit
5a45a2d03b
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      seedlet/assets/css/print.css
  2. 1 1
      seedlet/assets/sass/print.scss

+ 1 - 1
seedlet/assets/css/print.css

@@ -1,5 +1,5 @@
 /*
-Theme Name: Varia
+Theme Name: Seedlet
 
 Adding print support. The print styles are based on the the great work of
 Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.

+ 1 - 1
seedlet/assets/sass/print.scss

@@ -1,5 +1,5 @@
 /*
-Theme Name: Varia
+Theme Name: Seedlet
 
 Adding print support. The print styles are based on the the great work of
 Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.