mirror of
https://github.com/mousebomb/obsidian-diary-ics.git
synced 2026-07-22 05:49:47 +00:00
26 lines
438 B
CSS
26 lines
438 B
CSS
/*
|
|
|
|
This CSS file will be included with your plugin, and
|
|
available in the app when your plugin is enabled.
|
|
|
|
If your plugin does not need CSS, delete this file.
|
|
|
|
*/
|
|
|
|
.diary-ics-template-example {
|
|
padding: 5px;
|
|
font-size: 0.8em;
|
|
color: #888;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.diary-ics-link-div {
|
|
padding: 10px;
|
|
background-color: #f5f5f5;
|
|
border-radius: 5px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.diary-ics-copy-button {
|
|
margin-bottom: 20px;
|
|
}
|