/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/*上に戻るボタンカスタマイズ*/
.page_top_btn {
    right: 20px;
    bottom: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--vk-color-primary);
    box-shadow: none;
/*background-image: url("変更したいアイコンのURL");*/
}