Преглед на файлове

Moved content styles from ckeditor5-theme-lark (see ckeditor/ckeditor5-theme-lark#119).

Aleksander Nowodzinski преди 7 години
родител
ревизия
bcb560a958
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      packages/ckeditor5-basic-styles/theme/code.css

+ 5 - 5
packages/ckeditor5-basic-styles/theme/code.css

@@ -3,8 +3,8 @@
  * For licensing, see LICENSE.md.
  */
 
-/*
- * Note: This file should contain the wireframe styles only. But since there are no such styles,
- * it acts as a message to the builder telling that it should look for the corresponding styles
- * **in the theme** when compiling the editor.
- */
+code {
+	background-color: hsla(0, 0%, 78%, 0.3);
+	padding: .15em;
+	border-radius: 2px;
+}