mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
Fix invalid CSS
This commit is contained in:
parent
7d0a859cec
commit
f69e8b3155
12 changed files with 68 additions and 11 deletions
8
.idea/.gitignore
generated
vendored
Normal file
8
.idea/.gitignore
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
7
.idea/discord.xml
generated
Normal file
7
.idea/discord.xml
generated
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DiscordProjectSettings">
|
||||
<option name="show" value="PROJECT_FILES" />
|
||||
<option name="description" value="" />
|
||||
</component>
|
||||
</project>
|
16
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
16
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
|
@ -0,0 +1,16 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="CssUnknownProperty" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="myCustomPropertiesEnabled" value="true" />
|
||||
<option name="myIgnoreVendorSpecificProperties" value="false" />
|
||||
<option name="myCustomPropertiesList">
|
||||
<value>
|
||||
<list size="1">
|
||||
<item index="0" class="java.lang.String" itemvalue="color-scheme" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
8
.idea/librex.iml
generated
Normal file
8
.idea/librex.iml
generated
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/librex.iml" filepath="$PROJECT_DIR$/.idea/librex.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
4
.idea/php.xml
generated
Normal file
4
.idea/php.xml
generated
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PhpProjectSharedConfiguration" php_language_level="8.1" />
|
||||
</project>
|
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
--button-bg: #333333;
|
||||
|
||||
--special-result-border: opacity: 0;
|
||||
--special-result-border: opacity 0;
|
||||
--special-text-background: #282828;
|
||||
--special-text-color: #F1F3F4;
|
||||
|
||||
|
|
|
@ -7,17 +7,17 @@
|
|||
|
||||
--button-bg: #36393f;
|
||||
|
||||
--special-result-border: opacity: 0;
|
||||
--special-result-border: opacity 0;
|
||||
--special-text-background: #36393f;
|
||||
--special-text-color: #dcddde;
|
||||
|
||||
--search-container-text-color: #dcddde;
|
||||
--search-container-background-color: #282b30;
|
||||
--search-container-background-border: opacity: 0;
|
||||
--search-container-background-border: opacity 0;
|
||||
|
||||
--search-form-background-color: #36393f;
|
||||
|
||||
--border: opacity: 0;
|
||||
--border: opacity 0;
|
||||
|
||||
--footer-fg: #dcddde;
|
||||
--footer-bg: #36393f;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
--button-bg: #1f242b;
|
||||
|
||||
--special-result-border: opacity: 0;
|
||||
--special-result-border: opacity 0;
|
||||
--special-text-background: #161b22;
|
||||
--special-text-color: #f0f6fc;
|
||||
|
||||
|
|
|
@ -7,17 +7,17 @@
|
|||
|
||||
--button-bg: #122d42;
|
||||
|
||||
--special-result-border: opacity: 0;
|
||||
--special-result-border: opacity 0;
|
||||
--special-text-background: #122d42;
|
||||
--special-text-color: #d6deeb;
|
||||
|
||||
--search-container-text-color: #d6deeb;
|
||||
--search-container-background-color: #535470;
|
||||
--search-container-background-border: opacity: 0;
|
||||
--search-container-background-border: opacity 0;
|
||||
|
||||
--search-form-background-color: #122d42;
|
||||
|
||||
--border: opacity: 0;
|
||||
--border: opacity 0;
|
||||
|
||||
--footer-fg: #d6deeb;
|
||||
--footer-bg: #535470;
|
||||
|
|
|
@ -7,17 +7,17 @@
|
|||
|
||||
--button-bg: #4C566A;
|
||||
|
||||
--special-result-border: opacity: 0;
|
||||
--special-result-border: opacity 0;
|
||||
--special-text-background: #4C566A;
|
||||
--special-text-color: #E5E9F0;
|
||||
|
||||
--search-container-text-color: #E5E9F0;
|
||||
--search-container-background-color: #2E3440;
|
||||
--search-container-background-border: opacity: 0;
|
||||
--search-container-background-border: opacity 0;
|
||||
|
||||
--search-form-background-color: #4C566A;
|
||||
|
||||
--border: opacity: 0;
|
||||
--border: opacity 0;
|
||||
|
||||
--footer-fg: #D8DEE9;
|
||||
--footer-bg: #2E3440;
|
||||
|
|
Loading…
Add table
Reference in a new issue