untrack content
This commit is contained in:
parent
e88c217b1e
commit
f8ac1ec8fc
2 changed files with 19 additions and 0 deletions
5
public/.gitignore
vendored
5
public/.gitignore
vendored
|
|
@ -48,3 +48,8 @@ Icon
|
|||
# ---------------
|
||||
|
||||
/site/config/.license
|
||||
|
||||
# Content
|
||||
# ---------------
|
||||
content
|
||||
/content/*
|
||||
|
|
|
|||
|
|
@ -22,6 +22,20 @@ Customcss:
|
|||
background: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: DM Sans;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
text-align: start;
|
||||
color: rgb(0, 0, 0);
|
||||
background: rgba(113, 54, 255, 0.1);
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
||||
background: blue;
|
||||
}
|
||||
|
||||
----
|
||||
|
||||
Uuid: xi60pjkz5bp1nlwp
|
||||
Loading…
Add table
Add a link
Reference in a new issue